home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / sinus en-decryption < prev    next >
Text File  |  1999-06-15  |  585b  |  33 lines

  1. Category: Cryptology
  2. Title: Sinus En-/Decryption
  3. Copyright: Copyright 1998 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: SinuEncy.8bf
  6.  
  7. R:put(get(1)==255|m==rnd(0,M)?0:get(1)+1,1),c^ctl(sin(get(1))%8)
  8.  
  9. G:put(get(1)==255|m==rnd(0,M)?0:get(1)+1,1),c^ctl(sin(get(1))%8)
  10.  
  11. B:put(get(1)==255|m==rnd(0,M)?0:get(1)+1,1),c^ctl(sin(get(1))%8)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Key 1
  16. ctl[1]: Key 2
  17. ctl[2]: Key 3
  18. ctl[3]: Key 4
  19. ctl[4]: Key 5
  20. ctl[5]: Key 6
  21. ctl[6]: Key 7
  22. ctl[7]: Key 8
  23.  
  24. val[0]: 238
  25. val[1]: 216
  26. val[2]: 170
  27. val[3]: 244
  28. val[4]: 137
  29. val[5]: 90
  30. val[6]: 107
  31. val[7]: 35
  32.  
  33.